home *** CD-ROM | disk | FTP | other *** search
- on mouseDown me
- mousePosition = the mouseV
- indicatorPosition = sendAllSprites(#getIndicatorPosition)
- case 1 of
- (indicatorPosition > mousePosition):
- direction = #up
- (indicatorPosition < mousePosition):
- direction = #down
- (indicatorPosition = mousePosition):
- exit
- end case
- sendAllSprites(#scrollText, direction, #page)
- end
-